* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #e8eef78a !important;
}

.whole-page-wrapper {
    background-image: url("../Assets/E-70.png");
    background-position: center;
    background-size: contain;
    max-width:3200px;
    margin-left:auto;
    margin-right:auto;
}

.hero-image-div {
    position: relative;
    text-align: center;
    background-color: #f9f7fc;
}

.hero-image-div img {
    object-fit: cover;
    min-height: 300px;
    max-height: 1160px;
}

.hero-image-div .hero-text {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 3px 3px 6px black;
    color: white;
}

.form-header {
    background-color: #d26e63;
    padding: 15px 0 15px 0;
    color: white;
    text-align: center;
    box-shadow: 0px 3px 10px 4px rgb(165 140 145);
}

.drop-element {
    height: 37px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.description-header {
    color: white;
    background-color: #d26e63;
    padding: 15px 0 15px 0;
    box-shadow: 0px 7px 10px 4px rgb(167 157 157 / 70%);
}

.description-section {
    text-align: center;
    background-image: url('../Assets/E-93.png');
    background-size: cover;
    height: 400px;
    z-index: 2;
    position: relative;
    background-position: bottom;
}

.description-section .text-div {
    position: relative;
    text-align: center;
    z-index: 3;
    max-width: 80ch;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 20px 0 20px;
    color:#1c2f4d;
}

.nutrition-img-section {
    transform: translateY(-220px);
    height: 1300px;
    background-image: url('../Assets/NutritionAndMenu/nutritionsImg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nutrition-img-section .animated-hearts-div img {
    width:240px;
    display: block;  
}

.nutrition-img-section .animated-hearts-div img:nth-child(1) {
    animation-name: first-heart-animation;
    animation-duration: 3s;
    animation-iteration-count: infinite; 
}

@keyframes first-heart-animation {
    0%, 100% {
        transform: translateY(260px) translateX(360px) rotateY(0deg);
    }

    50% {
        transform: translateY(260px) translateX(360px) rotateY(180deg);
    }
}

.nutrition-img-section .animated-hearts-div img:nth-child(2) {
    animation-name: second-heart-animation;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform: translateY(235px) translateX(510px); 
    animation-delay: 1s;
}

@keyframes second-heart-animation {
    0%, 100% {
        transform: translateY(235px) translateX(510px) rotateY(0deg);
    }

    50% {
        transform: translateY(235px) translateX(510px) rotateY(180deg);
    }
}

.subheader-div {
    transform: translateY(-220px);
    color: white;
    background-color: #d26e63;
    padding: 15px;
    box-shadow: 0px 7px 10px 4px rgb(167 157 157 / 70%);
    text-align: center;
}

.menu-sample-section {
    background-image: url('../Assets/NutritionAndMenu/nutritions-wave-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-100px);
}

.menu-sample-section .menu-sample-container .tomato-img-div img {
    height: 250px;
    transform: translateY(40px);
}

.menu-sample-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7e8;
    z-index: 9999;
    left:0;
    top:0;
    overflow: scroll;
    transform: translateX(-100%);
    transition: .5s ease;
}

.menu-sample-overlay-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.menu-sample-overlay-container img {
    max-height: 1300px;
    text-align: center;
}

@keyframes sliding-animation {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.small-element-div {
    transform: translateY(14px);
    position: fixed;
    right: 0;
    left: 0;
}

.vegetables-section {
    height:190px;
    background-image: url("../Assets/NutritionAndMenu/Vegetables/vegetables-xl.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 100px;
}

.safari-wrapper {
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 2290px) {
    .description-section {
        height: 370px;
    }
}

@media screen and (max-width: 2176px) {

    @keyframes first-heart-animation {
        0%, 100% {
            transform: translateY(260px) translateX(200px) rotateY(0deg);
        }
    
        50% {
            transform: translateY(260px) translateX(200px) rotateY(180deg);
        }
    }
    
    @keyframes second-heart-animation {
        0%, 100% {
            transform: translateY(235px) translateX(350px) rotateY(0deg);
        }
    
        50% {
            transform: translateY(235px) translateX(350px) rotateY(180deg);
        }
    }
}

@media screen and (max-width: 1826px) {
    @keyframes first-heart-animation {
        0%, 100% {
            transform: translateY(260px) translateX(35px) rotateY(0deg);
        }
    
        50% {
            transform: translateY(260px) translateX(35px) rotateY(180deg);
        }
    }
    
    @keyframes second-heart-animation {
        0%, 100% {
            transform: translateY(235px) translateX(185px) rotateY(0deg);
        }
    
        50% {
            transform: translateY(235px) translateX(185px) rotateY(180deg);
        }
    }
}

@media screen and (max-width: 1750px) {
    .vegetables-section {
        background-image: url("../Assets/NutritionAndMenu/Vegetables/vegetables-lg.png");
        height:190px;
    }
}

@media screen and (max-width: 1373px) {

    @keyframes second-heart-animation {
        0%, 100% {
            transform: translateY(235px) translateX(90px) rotateY(0deg);
        }
    
        50% {
            transform: translateY(235px) translateX(90px) rotateY(180deg);
        }
    } 
}

@media screen and (max-width: 1200px) {
    .nutrition-img-section {
        transform: translateY(-180px);
        height: 600px;
    }

    .subheader-div {
        transform: translateY(-180px);
    }

    .menu-sample-section .menu-sample-container .tomato-img-div img {
        height: 200px;
        transform: translateY(30px);
    }

    .description-section {
        height: 290px;
    }

    .vegetables-section {
        background-image: url("../Assets/NutritionAndMenu/Vegetables/vegetables-md.png");
        height:190px;
    }

    .nutrition-img-section .animated-hearts-div img:nth-child(1) {
        width:150px;
    }
    
    .nutrition-img-section .animated-hearts-div img:nth-child(2) {
        width:150px;
    }

    @keyframes first-heart-animation {
        0%, 100% {
            transform: translateY(150px) translateX(100px) rotateY(0deg);
        }
    
        50% {
            transform: translateY(150px) translateX(100px) rotateY(180deg);
        }
    }
    
    @keyframes second-heart-animation {
        0%, 100% {
            transform: translateY(150px) translateX(155px) rotateY(0deg);
        }
    
        50% {
            transform: translateY(150px) translateX(155px) rotateY(180deg);
        }
    }
}

@media screen and (max-width: 991px) {
    section .description-text-div {
        margin-top: 50px;
        padding: 0 30px 0 30px;
    }

    .description-section {
        height: 240px;
    }

    .vegetables-section {
        background-image: url("../Assets/NutritionAndMenu/Vegetables/vegetables-sm.png");
        height:150px;
        margin-top:100px;
    }

    @keyframes first-heart-animation {
        0%, 100% {
            transform: translateY(160px) translateX(55px) rotateY(0deg);
        }
    
        50% {
            transform: translateY(160px) translateX(55px) rotateY(180deg);
        }
    }

    .nutrition-img-section .animated-hearts-div img:nth-child(2) {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    .nutrition-img-section .animated-hearts-div img:nth-child(1) {
        width:120px;
    }
}

@media screen and (max-width: 610px) {
    @keyframes first-heart-animation {
        0%, 100% {
            transform: translateY(160px) translateX(15px) rotateY(0deg);
        }
    
        50% {
            transform: translateY(160px) translateX(15px) rotateY(180deg);
        }
    }
}

@media screen and (max-width: 568px) {
    .form-section button {
        font-size: 22px;
        width: 250px;
        height: 50px;
    }

    .description-section {
        height: 310px;
    }

    .menu-sample-section .menu-sample-container .tomato-img-div img {
        height: 150px;
        transform: translateY(20px);
    }

    .vegetables-section {
        margin-top:50px;
    }

    .nutrition-img-section .animated-hearts-div img:nth-child(1) {
        transform: translateY(135px);
    }

    @keyframes first-heart-animation {
        0%, 100% {
            transform: translateY(135px) rotateY(0deg);
        }
    
        50% {
            transform: translateY(135px) rotateY(180deg);
        }
    }
}

@media screen and (max-width: 492px) {
    .nutrition-img-section .animated-hearts-div img:nth-child(1) {
        width:100px;
    }
}

@media screen and (max-width: 437px) {
    .hero-image-div img {
        min-height: auto;
    }
}

@media screen and (max-width:374px) {
    .nutrition-img-section .animated-hearts-div img:nth-child(1) {
        display: none;
    }
}

@media screen and (max-width: 367px) {
    .description-section {
      height: 385px;
    }

    .nutrition-img-section {
        transform: translateY(-200px);
    }

    .subheader-div {
        transform: translateY(-200px);
    }
}





